Check out the Firebase Storage documentation on uploading files.
What type does StorageReference’s putFile method return, and what method adds a “success” listener when the file has successfully been uploaded?
StorageReference
putFile
StorageReference and addOnSuccessListener
StorageReference and onSuccess
UploadTask and addOnSuccessListener
UploadTask and onSuccess
Next Concept